body {
  width: 100% !important;
  font-family: 'sans-serif';
}
.w1680 {
  margin-left: 6.2%;
  margin-right: 6.2%;
}
@media (max-width: 1440px) {
  .w1620 {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.common-nav {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  /*右对齐*/
}
.common-nav li {
  padding: 0 19px;
  border-right: 1px solid #d2d2d2;
}
.common-nav li.active a {
  color: #009944;
}
.common-nav a {
  color: #3d3d3d;
}
.hover-more:hover {
  color: #fff;
  border: none !important;
  background: #009944;
}
.hover-more:hover a {
  color: #fff !important;
}
.s-title p {
  text-align: center;
}
.s-title p:nth-child(1) {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.s-title p:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  line-height: 30px;
}
.common-title .title {
  text-align: center;
  font-weight: 400;
  color: #009944;
  font-size: 30px;
}
.common-title .english_title {
  text-align: center;
  font-weight: 400;
  color: #6a6a6a;
  margin: 19px auto 0;
  display: flex;
  justify-content: center;
}
.common-title .english_title .text-title {
  margin: 0 10px;
}
.common-title .english_title > div {
  display: inline-block;
}
.common-title .english_title > div.line {
  width: 60px;
  height: 1px;
  background: #bfbfbf;
  margin-top: 7px;
}
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
}
.header .white-nav a {
  color: #fff !important;
}
.header .logo {
  text-align: center;
  margin: 30px auto;
}
.header .nav {
  width: 100%;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
}
.header .nav .top_border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header .nav .nav-list {
  display: flex;
  font-weight: 400;
  margin: 0 auto;
  width: 1000px;
}
.header .nav .nav-list a {
  padding-top: 18px;
  color: #fff;
}
.header .nav .nav-list .active a {
  border-top: 2px solid #fff;
}
.header .nav li:hover a {
  border-top: 2px solid #fff;
}
.header .nav li {
  height: 60px;
  line-height: 60px;
  flex: 1;
  text-align: center;
  position: relative;
}
.header .nav li a {
  color: #fff;
}
.lunbo-container {
  height: 900px;
}
.crumbs {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
}
.crumbs .w1680 {
  display: flex;
  justify-content: space-between;
}
.crumbs .left .tel,
.crumbs .left .email {
  font-weight: 400;
  text-align: left;
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.crumbs .left .tel span,
.crumbs .left .email span {
  display: inline-block;
}
.crumbs .left .tel .iconfont,
.crumbs .left .email .iconfont {
  color: #ccc;
  font-size: 20px;
  font-weight: 600;
  margin-right: 3px;
}
.crumbs .left .email {
  margin-left: 48px;
}
.crumbs .left .email .iconfont {
  color: #ccc;
  font-size: 18px;
}
.crumbs .right {
  position: relative;
}
.crumbs .right span {
  color: #2ab070;
  font-size: 24px;
  margin-left: 26px;
}
.crumbs .right img {
  position: absolute;
  left: 58px;
  top: 58px;
  display: none;
}
.crumbs .right .icon-weixin1:hover .erwei {
  display: block;
}
.abouts {
  width: 100%;
  margin-top: 64px;
}
.abouts .df {
  position: relative;
}
.abouts .about-img {
  width: 495px;
  background: #f5f5f5;
  float: left;
}
.abouts .about-img img {
  width: 100%;
  height: auto;
}
.abouts .about-us {
  padding: 80px 64px 60px 64px;
  width: 986px;
  height: 511px;
  margin-left: -52px;
  margin-top: 67px;
  background: #ffffff;
  box-shadow: -15px -2px 16px -11px rgba(0, 0, 0, 0.06);
  position: relative;
  box-sizing: border-box;
}
.abouts .about-us p:nth-child(1) {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #e6e6e6;
}
.abouts .about-us p:nth-child(2) {
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.abouts .about-us p:nth-child(3) {
  width: 20px;
  height: 1px;
  background: #b3b3b3;
  margin-top: 41px;
}
.abouts .about-us .desc {
  margin-top: 30px;
  /*font-size: 20px;*/
  font-weight: 400;
  text-align: justifyLeft;
  color: #999999;
  line-height: 38px;
}
.abouts .about-us .more {
  width: 141px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(71, 186, 67, 0);
  border: 1px solid #d9d9d9;
  margin-top: 24px;
  float: right;
}
.abouts .about-us .more:hover {
  background: #1c65cb;
}
.abouts .about-us .more:hover a {
  color: #fff;
}
.abouts .about-us .more a {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #c6c6c6;
}
.abouts .small-img {
  width: 263px;
  height: 308px;
  background: #f0f0f0;
  margin-top: 100px;
  margin-top: 399px;
}
.abouts .small-img img {
  width: 100%;
}
.clear {
  clear: both;
}
.scenarios {
  margin-top: 116px;
}
.scenarios .s-title p {
  text-align: center;
}
.scenarios .s-title p:nth-child(1) {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.scenarios .s-title p:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  line-height: 30px;
}
.product-list ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-top: 40px;
}
.product-list ul li {
  border: 1px solid #efefef;
  width: 24%;
  height: auto;
  margin-top: 20px;
  position: relative;
  margin-right: 1vw;
}
.product-list ul li:nth-child(4n) {
  margin-right: 0;
}
.product-list ul li:hover .title {
  display: block;
}
.product-list ul li a {
  display: block;
  width: 100%;
  height: 378px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.product-list ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: 100%;
}
.product-list ul li a .title {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.product-list ul li a .title .text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-list ul li a .title .text p:nth-child(1) {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
}
.product-list ul li a .title .text p:nth-child(2) {
  opacity: 0.4;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.product-list ul li a .title .text .button {
  width: 120px;
  height: 30px;
  background: #1c65cb;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  margin-top: 6px;
}
.case {
  margin-top: 70px;
}
.case .tab {
  display: flex;
  justify-content: space-between;
}
.case .tab .c_title span:nth-child(1) {
  font-size: 34px;
  font-weight: 400;
  color: #495054;
  line-height: 32px;
}
.case .tab .c_title span:nth-child(2) {
  font-size: 19px;
  font-weight: 400;
  color: #bac2c4;
  line-height: 32px;
  margin-left: 20px;
}
.case .classify ul {
  display: flex;
}
.case .classify ul li {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 31px;
  letter-spacing: 3px;
  padding: 2px 15px;
  margin-left: 10px;
  cursor: pointer;
}
.case .classify ul li:hover {
  background: #1c65cb;
  color: #fff;
}
.case .classify ul li.active {
  background: #1c65cb;
  color: #fff;
}
.case .classify ul li.more:hover a {
  color: #fff;
}
.case-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.case-list ul li {
  width: 24%;
  border: 2px solid #f2f2f2;
  margin-top: 40px;
  margin-left: 13px;
}
.case-list ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.case-list ul li img {
  width: 100%;
  height: 279px;
}
.case-list ul li .text {
  padding: 25px 5px;
}
.case-list ul li a div:first-of-type {
  width: 100%;
  height: 600px;
  text-align: center;
  overflow: hidden;
}
.case-list ul li a div:first-of-type img {
  max-width: 100%;
  height: 600px !important;
}
.case-list ul li .text p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 31px;
}
.case-list ul li .text p:nth-child(2) {
  font-size: 16px;
  /*font-weight: bold;*/
  text-align: center;
  color: #666666;
  line-height: 31px;
}
.mcounter {
  position: relative;
  height: 312px;
  overflow: hidden;
  margin-top: 61px;
}
.mcounter .module_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.mcounter .module_container {
  width: 100%;
}
.mcounter ul.content_list {
  display: flex;
}
.mcounter ul.content_list li {
  width: 25%;
  text-align: center;
}
.mcounter ul.content_list li p.number .counterDX {
  color: #fff;
}
.mcounter ul.content_list li p.number .unit {
  color: #fff;
  margin-left: 10px;
}
.mcounter ul.content_list li p {
  color: #fff;
}
.mcounter .module_container {
  margin: 120px 0;
}
.mcounter ul.content_list li p.number .counterDX {
  font-size: 66px;
  font-weight: 600;
}
.mcounter ul.content_list li p {
  font-size: 20px;
}
.mcounter ul.content_list li p.number .unit {
  font-size: 24px;
  font-weight: 600;
}
.mcounter ul.content_list li p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}
.mcounter ul.content_list li p.number {
  margin-top: 15px;
}
.mcounter ul.content_list li p.number .unit {
  vertical-align: top;
}
.news {
  margin-top: 46px;
}
.news .new-container {
  display: flex;
  margin-top: 110px;
  justify-content: space-between;
}
.news .new-container .new-list {
  width: 50%;
}
.news .new-container .new-list li {
  margin-top: 54px;
}
.news .new-container .new-list li:nth-child(1) {
  margin-top: 0;
}
.news .new-container .new-list li:hover p:nth-child(1) span:nth-child(1) {
  color: #1c65cb !important;
}
.news .new-container .new-list li:hover .num {
  border: 3px solid #1c65cb;
}
.news .new-container .new-list li:hover .num .inner-number {
  color: #1c65cb !important;
}
.news .new-container .new-list li a {
  display: flex;
}
.news .new-container .new-list li a .detail {
  width: 90%;
  margin-left: 31px;
}
.news .new-container .new-list li a .detail p:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #808080;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
}
.news .new-container .new-list li a .detail p:nth-child(1) span {
  display: inline-block;
}
.news .new-container .new-list li a .detail p:nth-child(1) span:nth-of-type(1) {
}
.news .new-container .new-list li a .detail p:nth-child(1) span:nth-of-type(2) {
  font-size: 17px;
}
.news .new-container .new-list li a .detail p:nth-child(2) {
  font-size: 16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: justifyLeft;
  color: #6e6e6e;
  line-height: 25px;
  margin-top: 16px;
}
.news .new-container .new-list li .num {
  width: 85px;
  height: 85px;
  border: 3px solid #bfbfbf;
  position: relative;
}
.news .new-container .new-list li .num .inner-number {
  width: 65px;
  height: 63px;
  font-size: 70px;
  font-weight: 400;
  background: #fff;
  text-align: center;
  color: #bfbfbf;
  position: absolute;
  top: 25px;
  right: -10px;
  z-index: 100;
}
.news .new-img {
  width: 45%;
}
.news .new-img img {
  width: 100%;
  height: 538px;
}
.news .more {
  width: 236px;
  height: 52px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 52px;
  margin: 80px auto 0;
  background: rgba(71, 186, 67, 0);
  border: 1px solid #d9d9d9;
}
.news .more a {
  color: #d9d9d9;
}
.news .more:hover {
  background: #1c65cb;
}
.news .more:hover a {
  color: #fff;
}
.message {
  background: url('../images/map_50.jpg') no-repeat center;
  width: 100%;
  height: 621px;
  margin-top: 70px;
  overflow: hidden;
}
.message .m-container {
  margin-top: 56px;
  display: flex;
}
.message .call_img {
  width: 446px;
  height: 514px;
}
.message .contact_us {
  width: 540px;
  background: #0072cd;
  height: 514px;
}
.message .contact_us .headers {
  height: 146px;
  background: #0784e8;
  padding: 58px;
  box-sizing: border-box;
}
.message .contact_us .headers span:nth-child(1) {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
.message .contact_us .headers span:nth-child(2) {
  opacity: 0.5;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  margin-left: 25px;
}
.message .contact_us .contain {
  padding: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
}
.message .contact_us .contain span {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 45px;
}
.message .Online {
  width: 540px;
  background: #0060cd;
  height: 514px;
}
.message .Online .headers {
  background: #046ce2 !important;
}
.message form {
  padding: 58px;
  box-sizing: border-box;
}
.message form .input {
  display: flex;
  width: 80%;
  height: 47px;
  background: #f6f8ff;
  border-radius: 4px;
  margin-top: 10px;
  border: none;
  line-height: 47px;
  padding: 0 20px;
  box-sizing: border-box;
}
.message form .input:nth-child(1) {
  margin-top: 0;
}
.message form .input span {
  opacity: 0.32;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 45px;
  display: inline-block;
}
.message form .input input {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  width: 60%;
}
.message form .textarea {
  width: 80%;
  height: 99px;
  padding: 10px 20px;
  display: flex;
  box-sizing: border-box;
  background: #f6f8ff;
  margin-top: 10px;
  position: relative;
}
.message form .textarea span {
  opacity: 0.32;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 45px;
  vertical-align: top;
  margin-top: -5px;
}
.message form .textarea textarea {
  resize: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  margin-top: 10px;
  width: 60%;
}
.message form .sub {
  width: 80%;
  height: 45px;
  background: #ffcb3d;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #0060cd;
  line-height: 45px;
  margin-top: 10px;
}
.message form .sub input {
  border: none;
  background: none;
  color: #0060cd;
}
.exchange_links {
  height: 46px;
  background: #f3f3f3;
  margin-top: 60px;
}
.exchange_links .link {
  width: 159px;
  height: 46px;
  background: #1460b6;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
  display: inline-block;
}
.exchange_links .w1680 {
  display: flex;
}
.exchange_links ul {
  display: flex;
}
.exchange_links ul li {
  height: 46px;
  line-height: 46px;
  margin-left: 35px;
}
.exchange_links ul li a {
  font-size: 12px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 21px;
}
.footer {
  width: 100%;
  height: 131px;
  background: #070707;
  overflow: hidden;
}
.footer .container {
  display: flex;
  width: 100%;
}
.footer .share {
  width: 18%;
  margin-top: 48px;
}
.footer .share .title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.footer .share .bshare-custom {
  display: flex;
  color: #ffffff;
  font-size: 24px;
}
.footer .share .bshare-custom {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
.footer .share .bshare-custom a {
  padding: 0 !important;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  display: inline-block;
  color: #000;
  text-align: center;
  line-height: 19px;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 5px;
}
.footer .share .bshare-custom a.iconjia {
  line-height: 15px;
}
.footer .share .bshare-custom a.icon-weixin1 {
  line-height: 22px;
}
.footer .share .bshare-custom a:hover {
  border: none;
}
.footer .f-list {
  width: 18%;
  display: inline-block;
  margin-top: 48px;
  margin-left: 20px;
}
.footer .f-list p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
}
.footer .list3 {
  width: 35% !important;
}
.footer .erweima {
  margin-top: 29px;
  width: 15%;
  margin-left: 20px;
}
.footer .erweima img {
  width: 77px;
  height: 78px;
}
.footer .erweima .sao {
  width: 14px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.inner-nav .w1680 {
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  text-align: left;
  color: #787878;
}
.inner-nav .w1680 .iconfont {
  font-size: 24px;
  color: #1c65cb;
}
.product {
  margin-top: 52px;
}
.product .classify {
  display: flex;
  justify-content: center;
}
.product .classify > div {
  height: 39px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 39px;
  box-sizing: border-box;
  min-width: 127px;
  margin-left: 10px;
  margin-top: 32px;
}
.product .classify > div a {
  color: #808080;
}
.product .classify > div.active {
  background: #1c65cb;
}
.product .classify > div.active a {
  color: #fff;
}
.product .case-list {
  min-height: 300px;
}
.news-list {
  margin-top: 64px;
  min-height: 200px;
}
.news-list ul {
  width: 100%;
}
.news-list ul li {
  width: 48%;
  padding: 49px;
  box-sizing: border-box;
  display: inline-block;
}
.news-list ul li:hover {
  background: #eeeeee;
}
.news-list ul li:hover .title p:nth-of-type(1) {
  color: #0060cd;
}
.news-list ul li a {
  display: flex;
}
.news-list ul li .time {
  width: 83px;
}
.news-list ul li .time p:nth-of-type(1) {
  width: 95px;
  height: 24px;
  font-size: 30px;
  font-weight: 300;
  text-align: right;
  color: #8a8a8a;
}
.news-list ul li .time p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  color: #cccccc;
  line-height: 35px;
}
.news-list ul li .title {
  margin-left: 55px;
}
.news-list ul li .title p {
  width: 100%;
}
.news-list ul li .title p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color: #808080;
}
.news-list ul li .title p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 29px;
  margin-top: 20px;
}
.page {
  display: flex;
  justify-content: center;
  margin: 72px;
}
.page .pre,
.page .next {
  width: 32px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #1c65cb;
  border-radius: 4px;
}
.page .pre a,
.page .next a {
  color: #fff;
}
.page .next {
  margin-left: 10px;
}
.page .num {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-left: 10px;
}
.page .num a {
  color: rgba(0, 0, 0, 0.6);
}
.page .active {
  background: #0060cd;
}
.page .active a {
  color: #fff;
}
@media (max-width: 1680px) {
  .news
    .new-container
    .new-list
    li
    a
    .detail
    p:nth-child(1)
    span:nth-of-type(1) {
  }
  .product-list ul li a img {
    height: 250px;
  }
  .a {
    margin-top: 20px !important;
  }
  .s1 {
    margin-left: 40px !important;
  }
  .s2 {
    margin-left: 60px !important;
  }
  .s2 p:nth-of-type(3) {
    font-size: 26px !important;
  }
  .case .case-list ul {
    margin-top: 2px;
  }
  .news-list {
    margin-top: 50px;
  }
  .news-list ul li {
    padding: 30px;
  }
  .news-list ul li .title {
    margin-left: 40px;
  }
  .news-list ul li .title p:nth-of-type(1) {
    font-size: 19px;
  }
  .news-list ul li .title p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 12px;
  }
  .news-list ul li .time p:nth-of-type(1) {
    font-size: 26px;
  }
  .news-list ul li .time p:nth-of-type(2) {
    font-size: 16px;
  }
  .message {
    height: 560px;
  }
  .message .call_img {
    width: 380px;
  }
  .message .call_img img {
    height: 100%;
  }
  .message .contact_us .headers {
    height: 110px;
    padding: 40px;
  }
  .message .contact_us .headers span:nth-child(1) {
    font-size: 26px;
  }
  .message .contact_us .headers span:nth-child(2) {
    font-size: 16px;
    margin-left: 20px;
  }
  .case .tab .c_title span:nth-child(1) {
    font-size: 28px;
  }
  .case .tab .c_title span:nth-child(2) {
    font-size: 16px;
    margin-left: 18px;
  }
  .message .contact_us .contain {
    padding: 40px;
    font-size: 16px;
  }
  .message .contact_us .contain span {
    font-size: 16px;
  }
  .Online form {
    padding: 40px;
    box-sizing: border-box;
  }
  .abouts .about-img {
    width: 400px;
    background: #f5f5f5;
    float: left;
  }
  .abouts .about-us {
    width: 850px;
    height: 500px;
    margin-left: -50px;
    margin-top: 50px;
  }
  .abouts .about-us .desc {
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
  }
  .small-img {
    margin-top: 320px !important;
  }
  .scenarios .product-list ul {
    margin-top: 30px;
  }
  .scenarios .product-list ul li a .title .text p:nth-child(1) {
    font-size: 24px;
  }
  .news .new-img img {
    width: 100%;
    height: 480px;
  }
  .news .new-container .new-list li {
    margin-top: 40px;
  }
  .news .new-container .new-list li a .detail p:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #808080;
    line-height: 28px;
  }
  .news .new-container .new-list li a .detail p:nth-child(2) {
    font-size: 15px;
    margin-top: 10px;
  }
  .news .new-container {
    margin-top: 70px;
  }
  .news .new-container .new-list li .num .inner-number {
    font-size: 66px;
  }
  .message {
    height: 600px;
  }
  .message .call_img {
    width: 420px;
    height: 480px;
  }
  .message .call_img img {
    height: 100%;
  }
  .message .contact_us {
    width: 510px;
    background: #0072cd;
    height: 480px;
  }
  .message .Online {
    width: 510px;
    background: #0060cd;
    height: 480px;
  }
  .case-list ul li img {
    height: 240px;
  }
  .case-list ul li {
    width: 23.8%;
    border: 2px solid #f2f2f2;
    margin-top: 40px;
    margin-left: 13px;
  }
}
@media (max-width: 1440px) {
  .w1680 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .product-list ul li a img {
    height: 220px;
  }
  .abouts .about-img {
    width: 386px;
    background: #f5f5f5;
    float: left;
  }
  .case-list ul li {
    width: 23.5%;
    border: 2px solid #f2f2f2;
    margin-top: 40px;
    margin-left: 13px;
  }
  .case-list ul li img {
    height: 227px;
  }
  .abouts .about-us {
    width: 715px;
    height: 480px;
    padding: 60px;
    margin-left: -50px;
    margin-top: 50px;
  }
  .abouts .about-us .desc {
    font-size: 16px;
    margin-top: 15px;
  }
  .abouts .small-img {
    width: 240px;
    height: 270px;
    margin-top: 271px;
  }
  .abouts .small-img img {
    width: 100%;
  }
  .scenarios .product-list ul {
    margin-top: 20px;
  }
}
@media (max-width: 1370px) {
  .case-list ul li img {
    height: 200px;
  }
  .product-list ul li a img {
    height: 200px;
  }
}
.copy-right {
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  letter-spacing: 0px;
}
.copy-right span {
  margin-left: 15px;
}
.contact {
  min-height: 300px;
  margin-top: 58px;
  padding: 0 33px;
  margin-bottom: 180px;
}
/*表单*/
.form {
  width: 100%;
  padding-top: 55px;
}
.form_tit {
  width: 100%;
  text-align: center;
}
.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
.form_tit .p2 {
  width: 1080px;
  height: 121px;
  line-height: 121px;
  background: #f8f7f7;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #1c65cb;
  margin: 0 auto;
}
.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
.layui-form {
  width: 1079px;
  margin: 50px auto 0;
}
.paper .form .wrap > div {
  width: 50%;
  height: 67px;
  line-height: 67px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  /*color: rgba(0, 0, 0, 0.2);*/
  line-height: 20px;
  border: 1px solid #efefef;
  padding: 23px;
  box-sizing: border-box;
  border-radius: 10px;
}
.paper .form .wrap > div input {
  width: 80%;
  padding-left: 20px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 16px;
}
.paper .form .name {
  width: 40% !important;
}
.paper .form .call {
  width: 60% !important;
  border: 1px solid #efefef;
  margin-left: 19px;
}
.paper .list2 {
  margin-top: 30px;
}
.paper .list2 .qq {
  margin-left: 20px;
}
.paper .remark {
  width: 1079px;
  border: 1px solid #efefef;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.paper .remark span {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  /*color: rgba(0, 0, 0, 0.2);*/
  line-height: 20px;
  vertical-align: top;
}
.paper .remark textarea {
  width: 90%;
  border: none;
  outline: none;
  font-size: 16px;
}
.form ul {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 200px;
}
.form ul li input {
  width: 522px;
  height: 70px;
  background: #b5b5b5;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 70px;
  border: none;
}
.form ul li input.active {
  background: #1c65cb;
}
/* all */
::-webkit-input-placeholder {
  color: #dedede;
}
::-moz-placeholder {
  color: #dedede;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #dedede;
}
/* ie */
input:-moz-placeholder {
  color: #dedede;
}
/* individual: webkit */
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
/* individual: mozilla */
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.about-us {
  margin-top: 53px;
}
.about-us .s-title p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.about-us .s-title p:nth-of-type(2) {
  font-size: 12px;
}
.about-us .wrap-content {
  margin-top: 52px;
  min-height: 300px;
  margin-bottom: 180px;
}
.content-detail {
  margin-top: 60px;
}
.content-detail .content-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.content-detail .content-time {
  line-height: 50px;
  text-align: center;
}
.content-detail .content-time .content-title {
  font-size: 14px;
  color: #333;
}
.piece {
  margin-top: 45px;
  font-size: 16px;
  color: #015da8;
  text-align: left;
}
.piece > div {
  line-height: 30px;
}
.piece a {
  color: #555;
  margin-left: 10px;
}
